home *** CD-ROM | disk | FTP | other *** search
- package doubleblock;
-
- import javax.microedition.lcdui.Display;
- import javax.microedition.midlet.MIDlet;
-
- public class DoubleBlock extends MIDlet {
- // $FF: renamed from: if javax.microedition.lcdui.Display
- Display field_0 = Display.getDisplay(this);
- // $FF: renamed from: a doubleblock.b
- b field_1;
- // $FF: renamed from: do java.lang.Thread
- Thread field_2;
-
- public DoubleBlock() {
- this.field_1 = new b(this, this.field_0);
- this.field_2 = new Thread(this.field_1);
- }
-
- public void startApp() {
- this.field_0.setCurrent(this.field_1);
- this.field_2.start();
- }
-
- public void pauseApp() {
- }
-
- public void destroyApp(boolean var1) {
- this.field_1.e();
- this.field_2 = null;
- this.field_1 = null;
- this.field_0 = null;
- ((MIDlet)this).notifyDestroyed();
- }
- }
-